#HTML <embed>
The <embed> HTML element embeds external content at the specified point in the document. This content is provided by an external application or other source of interactive content such as a browser plug-in.
#Attributes
height
: The displayed height of the resource, in CSS pixels. This must be an absolute value; percentages are not allowed.src
: The URL of the resource being embedded.type
: The MIME type to use to select the plug-in to instantiate.width
: The displayed width of the resource, in CSS pixels. This must be an absolute value; percentages are not allowed.